IgorKha.wireguard-mikrotik/.editorconfig
Alex Turbov 4338a68a01 misc: Add pre-commit hook configuration
Signed-off-by: Alex Turbov <i.zaufi@gmail.com>
2022-10-24 19:20:09 +05:00

13 lines
173 B
INI

root = true
[*]
charset = utf-8
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.yaml]
indent_size = 2
indent_style = space
# kate: hl ini;