Skip to content

Instantly share code, notes, and snippets.

@LolWalid
Last active November 7, 2022 08:32
Show Gist options
  • Save LolWalid/d275dda36093aa83a3a74bca8411d3fa to your computer and use it in GitHub Desktop.
Save LolWalid/d275dda36093aa83a3a74bca8411d3fa to your computer and use it in GitHub Desktop.
{
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
"coverage",
"public/packs",
"public/packs-test",
"build",
"dist"
],
"font_size": 13,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Smali",
"Vintage"
],
"remember_open_files": true,
"rulers":
[
80,
120
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_full_path": false,
"tab_size": 2,
"tab_using_space": true,
"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