spiegel-keyman/linux/scripts/.editorconfig
Eberhard Beilharz 0a85fef86b
chore(common): Add .editorconfig file
This allows IDEs to automatically pick up the preferred coding
style and might help with a more consistent use of spaces/tabs for
indentation.
2019-11-12 18:53:21 +01:00

4 lines
94 B
INI

# Editor configuration, see https://editorconfig.org
[*]
indent_style = space
indent_size = 4