mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-21 17:27:13 +01:00
add global editorconfig
This commit is contained in:
parent
324d503983
commit
0e3024e858
@ -15,7 +15,7 @@
|
||||
dir=$DOTFILES_DIR
|
||||
|
||||
# list of files/folders to symlink in homedir
|
||||
files="aliases bashrc bash_profile bash_paths bash_prompt exports gemrc gitconfig gitignore hushlogin inputrc private npmrc bin"
|
||||
files="aliases bashrc bash_profile bash_paths bash_prompt editorconfig exports gemrc gitconfig gitignore hushlogin inputrc private npmrc bin"
|
||||
|
||||
|
||||
# ----------------------------------------------------------------------
|
||||
|
13
editorconfig
Normal file
13
editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user