Created
January 23, 2015 09:11
-
-
Save mbektchiev/0868944482e36089c6fd to your computer and use it in GitHub Desktop.
.editorconfig for AppBuilder coding style
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
| # top-most EditorConfig file | |
| root = true | |
| [*] | |
| end_of_line = crlf | |
| insert_final_newline = true | |
| trim_trailing_whitespace = true | |
| indent_style = tab | |
| indent_size = 4 | |
| [*.xaml] | |
| indent_style = tab | |
| indent_size = 2 | |
| [Work/GitHub/cordova-{plugman,android,ios,lib,mobile-spec}/**] | |
| # Indentation override for all 3rd party JS | |
| indent_style = space | |
| indent_size = 4 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment