Skip to content

Instantly share code, notes, and snippets.

@john-eevee
Forked from eksperimental/.editorconfig
Created March 11, 2018 14:32
Show Gist options
  • Select an option

  • Save john-eevee/1e0d7dddd65f11d08730b81fb34205e2 to your computer and use it in GitHub Desktop.

Select an option

Save john-eevee/1e0d7dddd65f11d08730b81fb34205e2 to your computer and use it in GitHub Desktop.
.editorconfig for Elixir projects
# EditorConfig is awesome: http://EditorConfig.org
# .editorconfig for Elixir projects
# https://git.io/elixir-editorconfig
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{md, markdown, eex}]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
#[*.bat]
#end_of_line = crlf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment