hammerspoon/.editorconfig

14 lines
146 B
INI

root = true
[*.h]
indent_style = space
indent_size = 4
[*.m]
indent_style = space
indent_size = 4
[*.lua]
indent_style = space
indent_size = 2