Talon/.editorconfig
ThetaDev c6beb2660f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix: hide menu bar on prints, reformat sass
2023-03-29 13:56:21 +02:00

14 lines
292 B
INI

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 88
[{Makefile,*.go}]
indent_style = tab
[*.{json,md,rst,ini,yml,yaml,xml,html,css,scss,sass,js,jsx,ts,tsx,vue,svelte,kt}]
indent_size = 2