Created
September 3, 2019 10:04
-
-
Save tlatsas/21d32f088d46aa1ef3470e30f5c73a31 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
charset=utf-8 | |
end_of_line=lf | |
indent_style=space | |
insert_final_newline=true | |
trim_trailing_whitespace=true | |
[*.rb] | |
indent_size=2 | |
[*.json] | |
indent_size=2 | |
[*.js] | |
indent_size=4 | |
[*.erb] | |
indent_size=2 | |
[*.feature] | |
indent_size=2 | |
[*.coffee] | |
indent_size=2 | |
[*.haml] | |
indent_size=2 | |
[*.sass] | |
indent_size=2 | |
[*.scss] | |
indent_size=2 | |
[{*.yml,*.yaml}] | |
indent_size=2 | |
[*.pp] | |
indent_size=2 | |
[{rake,rails,.simplecov,rcov,Appraisal,spec,spork,cucumber,Puppetfile,guardfile,vagrantfile,Vagrantfile,isolate,rakefile,gemfile,capfile,*.thor,*.gemspec,*.rake,*.rbw,*.ru,*.jbuilder}] | |
indent_size=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment