[SniffEmu] .editorconfig
This commit is contained in:
parent
8f1134622a
commit
61c5d1f842
|
@ -1,6 +1,7 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
charset = latin1
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
|
||||||
[{Makefile}]
|
[{Makefile}]
|
||||||
|
@ -10,3 +11,6 @@ tab_size = 4
|
||||||
[{*.c,*.h}]
|
[{*.c,*.h}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
tab_size = 4
|
tab_size = 4
|
||||||
|
|
||||||
|
[{LICENSE,README.md}]
|
||||||
|
charset = utf-8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user