1
0
mirror of https://github.com/NuschtOS/search.git synced 2024-11-23 03:49:06 +01:00
search/.editorconfig
2024-06-28 22:24:36 +02:00

22 lines
322 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{diff,patch}]
end_of_line = unset
insert_final_newline = unset
trim_trailing_whitespace = unset
[*.ts]
quote_type = single
[Makefile]
indent_size = 1
indent_style = tab