Skip to content

Instantly share code, notes, and snippets.

@akajumi
Last active May 18, 2017 09:37
Show Gist options
  • Select an option

  • Save akajumi/a8e6929f3216e5545075ee6a1a9e47b4 to your computer and use it in GitHub Desktop.

Select an option

Save akajumi/a8e6929f3216e5545075ee6a1a9e47b4 to your computer and use it in GitHub Desktop.
Sublime Text Project file
{
"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