mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
add .editorconfig file
This commit is contained in:
parent
360c364bf9
commit
29d6d2d230
20
.editorconfig
Normal file
20
.editorconfig
Normal file
@ -0,0 +1,20 @@
|
||||
root = true
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
tab_width = 4
|
||||
charset = utf-8
|
||||
|
||||
[gcc/**/*]
|
||||
indent_style = tab
|
||||
tab_width = 8
|
||||
indent_width = 2
|
||||
|
||||
[binutils/**/*]
|
||||
indent_style = tab
|
||||
tab_width = 8
|
||||
indent_width = 2
|
||||
|
||||
[**/Makefile]
|
||||
indent_style=tab
|
Loading…
Reference in New Issue
Block a user