1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +01:00
client/.editorconfig
2023-04-10 16:51:14 -04:00

45 lines
662 B
INI

root = true
[*]
charset = utf-8
# end_of_line = lf
# indent_size = 4
indent_style = tab
insert_final_newline = true
# max_line_length = 120
# tab_width = 4
[*.less]
# indent_size = 2
[*.sass]
# indent_size = 2
[*.scss]
# indent_size = 2
[*.vue]
# indent_style = tabq
[{*.ats,*.cts,*.mts,*.ts}]
# indent_style = tab
[{*.bash,*.sh,*.zsh}]
# indent_size = 2
# tab_width = 2
[{*.cjs,*.js}]
# indent_style = tab
[{*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
# indent_size = 2
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
# indent_style = tab
[{*.http,*.rest}]
# indent_size = 0
[{*.yaml,*.yml}]
# indent_size = 2