plex/.editorconfig
2019-06-16 16:58:56 +02:00

18 lines
286 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
trim_trailing_whitespace = true
[*.{md}]
trim_trailing_whitespace = false
[*.{sql,pks,pkb,json}]
indent_style = space
indent_size = 2
[*.{sql,pks,pkb,json,md,txt,bat}]
charset = utf-8