Files
sss/.editorconfig
Daan Sprenkels b536d6f0f1 travis: add new configuration
This commit enables travis-ci on linux and osx
with memory checking only enabled on linux.
2017-04-25 18:53:56 +02:00

12 lines
138 B
INI

[*.{c,h}]
indent_style = tab
indent_size = 8
[Makefile]
indent_style = tab
indent_size = 8
[*.yml]
indent_style = space
indent_size = 2