dotfiles/editorconfig

16 lines
219 B
Plaintext
Raw Normal View History

2016-11-09 20:07:44 +01:00
#
# Global EditorConfig file
# http://EditorConfig.org
#
[*]
charset = utf-8
indent_style = space
indent_size = 4
2017-05-19 15:55:49 +02:00
[{**.json,.travis.yml}]
2016-11-09 20:07:44 +01:00
indent_style = space
indent_size = 2
2017-06-12 01:04:38 +02:00
[{Makefile,Make,make}]
indent_style = tab