Created
August 10, 2016 03:56
-
-
Save ianmackenzie/77c686282078f853647fd7d4b8894830 to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"folders": | |
[ | |
{ | |
"path": ".", | |
"folder_exclude_patterns": ["elm-stuff"] | |
} | |
], | |
"settings": | |
{ | |
"tab_size": 4, | |
"translate_tabs_to_spaces": true, | |
"rulers": [80], | |
"match_brackets_angle": false, | |
"ensure_newline_at_eof_on_save": true, | |
"trim_trailing_white_space_on_save": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment