awesome-privacy/web/.editorconfig
2026-02-26 13:00:09 +00:00

14 lines
207 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.astro]
indent_style = tab
[*.{ts,js,svelte,scss,json}]
indent_style = space
indent_size = 2