mirror of
https://github.com/Lewsion/mta-sts.git
synced 2025-12-22 01:25:47 +00:00
23 lines
439 B
INI
23 lines
439 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
|
|
# CSV, Markdown, and Text files
|
|
[*.{csv,md,txt}]
|
|
trim_trailing_whitespace = true
|
|
|
|
# JSON and XML files
|
|
[*.{json,xml,yml,code-workspace}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
# Matches the exact file .editorconfig
|
|
[.editorconfig]
|
|
indent_style = space
|
|
indent_size = 2
|