mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
35 lines
650 B
INI
35 lines
650 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines and whitespace cleanup
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
# Protect whitespace in markdown files
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
# general formatting
|
|
[*.{bash,go,sh,zsh,justfile,Makefile}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
# Set default charset
|
|
[*.{html,xml,js,css,py}]
|
|
charset = utf-8
|
|
|
|
# python
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# webdev et al
|
|
[*.{html,xml,js,css,json,gql,lua,tf,tfvars,yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|