mirror of
https://gitlab.com/niansa/PolicyToolLib.git
synced 2025-03-06 20:48:27 +01:00
10 lines
194 B
INI
10 lines
194 B
INI
# Top-most EditorConfig file
|
|
root = true
|
|
|
|
# Use same style for all files
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = crlf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace = true
|