Last active
December 2, 2015 21:43
-
-
Save matt-diehl/b406cdffae6aac23f3b5 to your computer and use it in GitHub Desktop.
Revisions
-
Matt revised this gist
Dec 2, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # top-most EditorConfig file root = true [*] # We recommend you to keep these unchanged charset = utf-8 trim_trailing_whitespace = true -
Matt created this gist
Dec 2, 2015 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ # top-most EditorConfig file root = true # We recommend you to keep these unchanged charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [FrontEndSrc/*] end_of_line = lf indent_style = space indent_size = 4 [*.md] trim_trailing_whitespace = false