Created
May 19, 2016 04:08
-
-
Save khoipro/cd935244c91ef8b4298c2baf3b99aba2 to your computer and use it in GitHub Desktop.
Editorconfig to prevent using CRLF in Atom code editor
This file contains hidden or 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
| # 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