Skip to content

Instantly share code, notes, and snippets.

@dominicgan
Created November 1, 2016 07:18
Show Gist options
  • Save dominicgan/99749aab6265175c8afb772523554740 to your computer and use it in GitHub Desktop.
Save dominicgan/99749aab6265175c8afb772523554740 to your computer and use it in GitHub Desktop.
Corporate Site Rails Editor Config
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.rb, *.haml}]
indent_style = space
indent_size = 2
[{*.css, *.scss}]
indent_style = tab
indent_size = 4
[*.html, *.erb, *.nunjucks}]
indent_style = tab
indent_size = 4
[*.js]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment