lsyncd/.editorconfig
Daniel Poelzleithner 2841ef8528 add .editorconfig
2022-03-11 07:12:39 +01:00

9 lines
102 B
INI

# 4 tab indentation
indent_style = tab
indent_size = 4
[*.nix]
indent_style = space
indent_size = 2