Files
phishing/.editorconfig
Jaco 9ab2487378 Swap to using tabs in json (#1304)
* Swap to using tabs in json

* Update .editorconfig
2022-03-19 14:38:19 +02:00

14 lines
206 B
INI

root = true
[*]
indent_style=space
indent_size=2
tab_width=2
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true
[*.json]
indent_style=tab
indent_size=4