Skip to content

Instantly share code, notes, and snippets.

@khoipro
Created May 19, 2016 04:08
Show Gist options
  • Select an option

  • Save khoipro/cd935244c91ef8b4298c2baf3b99aba2 to your computer and use it in GitHub Desktop.

Select an option

Save khoipro/cd935244c91ef8b4298c2baf3b99aba2 to your computer and use it in GitHub Desktop.
Editorconfig to prevent using CRLF in Atom code editor
# EditorConfig is awesome: http://EditorConfig.org
# Remember to install a plugin https://github.com/sindresorhus/atom-editorconfig
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment