mirror of
https://github.com/documize/community.git
synced 2025-08-04 13:05:23 +02:00
10 lines
187 B
INI
10 lines
187 B
INI
|
sample EditorConfig file
|
||
|
# indicate this is the root of the project
|
||
|
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
end_of_line = lf
|
||
|
charset = utf-8
|
||
|
trim_trailing_whitespace = true
|
||
|
indent_size = 4
|