forked from hrydgard/ppsspp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
39 lines (30 loc) · 680 Bytes
/
.editorconfig
File metadata and controls
39 lines (30 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# http://editorconfig.org/
root = true
[*]
charset = utf-8
indent_style = tab
insert_final_newline = true
# Would be nice, but don't want to change files unnecessarily.
#trim_trailing_whitespace = true
[*.{py,yml}]
indent_style = space
indent_size = 2
[*.sh]
end_of_line = lf
[*.rc]
indent_style = space
indent_size = 4
[Core/Dialog/PSPOskDialog.cpp]
charset = utf-8-bom
[ext/native/tools/kanjifilter.h]
# This file may need to force a BOM so compilers treat as utf-8.
charset = utf-8-bom
[ext/at3_standalone/**.{cpp,h}]
indent_style = space
indent_size = 4
[libretro/**.{cpp,h}]
indent_style = space
indent_size = 3
[SDL/SDLMain.mm]
indent_style = space
indent_size = 4