Files
config/.editorconfig
2025-07-25 22:32:14 +03:00

31 lines
473 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
# for all files
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# Markdown
[*.md]
trim_trailing_whitespace = false
# Git
[{.gitconfig,.gitignore}]
indent_style = tab
indent_size = 4
## ssh config
[*/SSH/{main,private}]
indent_style = tab
indent_size = 4
# Sublime Text
[*.sublime-*]
indent_style = tab
indent_size = 4