Last active
May 18, 2017 09:37
-
-
Save akajumi/a8e6929f3216e5545075ee6a1a9e47b4 to your computer and use it in GitHub Desktop.
Sublime Text Project file
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
Show hidden characters
| { | |
| "folders": | |
| [ | |
| { | |
| "name": "LOREM IPSUM", | |
| "path": "lorem_relative_path" | |
| } | |
| ], | |
| "settings": | |
| { | |
| "default_line_ending": "unix", | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "js_prettier": | |
| { | |
| "allow_inline_formatting": true, | |
| "auto_format_on_save": true, | |
| "prettier_options": | |
| { | |
| "bracketSpacing": true, | |
| "jsxBracketSameLine": true, | |
| "parser": "babylon", | |
| "printWidth": 120, | |
| "semi": false, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "trailingComma": "none", | |
| "useTabs": false | |
| } | |
| }, | |
| "show_encoding": true, | |
| "show_line_endings": true, | |
| "tab_size": 2, | |
| "translate_tabs_to_spaces": 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