Created
January 2, 2015 15:50
-
-
Save mattclements/8d6a90b87704fba4f83b to your computer and use it in GitHub Desktop.
DFC Editor Config
This file contains 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
# This file is for unifying the coding style for different editors and IDEs | |
# editorconfig.org | |
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = tab | |
indent_size = 4 | |
trim_trailing_whitespace = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment