Created
December 16, 2015 23:56
-
-
Save phptek/c03e2530bdd8b491988b to your computer and use it in GitHub Desktop.
EditorConfig
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
| # Deviate Ltd EditorConfig file | |
| # | |
| # Place this file at the root of your project customisations and rename it: .editorconfig | |
| # | |
| # See: https://en.wikipedia.org/wiki/Newline | |
| # See: http://editorconfig.org/ | |
| # | |
| [*.php] | |
| charset = utf-8 | |
| end_of_line = lf | |
| indent_size = 4 | |
| indent_style = tab | |
| insert_final_newline = true | |
| trim_trailing_whitespace = true | |
| [*.yml] | |
| indent_size = 2 | |
| indent_style = space |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment