mirror of
https://github.com/liudf0716/apfree_wifidog.git
synced 2025-01-08 11:57:37 +08:00
Update .editorconfig
This commit is contained in:
parent
55f802de28
commit
284dd279ff
@ -4,15 +4,21 @@ root = true
|
|||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = LF
|
end_of_line = LF
|
||||||
[*.[ch]]
|
[*.[ch]]
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
[README.md]
|
[README.md]
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
[CMakeLists.txt]
|
[CMakeLists.txt]
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
max_line_length = 80
|
max_line_length = 80
|
||||||
[*.sh]
|
[*.sh]
|
||||||
indent_style = space
|
indent_style = tab
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
[*.init]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
[*.conf]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user