1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 01:37:14 +01:00
dotfiles/editorconfig

14 lines
188 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
[{**.js,package.json,.travis.yml}]
indent_style = space
indent_size = 2