mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Add an initial EditorConfig
This commit is contained in:
parent
815366d385
commit
b64021ffb2
24
.editorconfig
Normal file
24
.editorconfig
Normal file
@ -0,0 +1,24 @@
|
||||
root = true
|
||||
|
||||
# Enable this in the future (we have to apply this change to all files
|
||||
# in one commit first).
|
||||
#[*]
|
||||
#end_of_line = lf
|
||||
#insert_final_newline = true
|
||||
|
||||
[*.cpp]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[{CMakeLists.txt,*.cmake}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
|
||||
[*.lua]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.sh]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
tab_width = 8
|
Loading…
Reference in New Issue
Block a user