mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
17 lines
298 B
INI
17 lines
298 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = false
|
|
trim_trailing_whitespace=true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{VERSION,VERSION_SUFFIX}]
|
|
insert_final_newline = false
|
|
|
|
[*.sh]
|
|
indent_style = tab
|