Last active
April 22, 2017 15:34
-
-
Save slenderock/48fb91a589e467c8efe322ce9b5806e3 to your computer and use it in GitHub Desktop.
Revisions
-
Serhii Ovcharenko revised this gist
Mar 1, 2017 . No changes.There are no files selected for viewing
-
Serhii Ovcharenko created this gist
Mar 1, 2017 .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,12 @@ # http://editorconfig.org root = true [*] end_of_line = lf insert_final_newline = true [*.{js,es6,jsx,ts,tsx,py,html,css,less,sass,php}] indent_style = space indent_size = 4 charset = utf-8 trim_trailing_whitespace = true