mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
#
|
|
# Global EditorConfig file
|
|
# http://EditorConfig.org
|
|
#
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{**.json,.travis.yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[{Makefile,Make,make}]
|
|
indent_style = tab |