1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 21:52:00 +02:00
dotfiles/editorconfig
2018-11-25 17:38:26 +01:00

16 lines
214 B
Plaintext

#
# Global EditorConfig file
# http://EditorConfig.org
#
[*]
charset = utf-8
indent_style = space
indent_size = 4
[.{json,yml,yaml}]
indent_style = space
indent_size = 2
[{Makefile,Make,make}]
indent_style = tab