mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
9 lines
122 B
INI
9 lines
122 B
INI
# http://editorconfig.org/
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# all files
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4 |