mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-05 23:58:24 -08:00
15 lines
278 B
INI
15 lines
278 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 140
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.json,*.yaml,*.yml}]
|
|
indent_size = 2
|