Remove editor settings from project files since that's now handled by .editorconfig files.

This commit is contained in:
Jürg Lehni 2015-12-20 11:56:49 +01:00
parent 4ee3a76a74
commit 16d6edb724
2 changed files with 2 additions and 16 deletions

View file

@ -16,12 +16,5 @@
"folder_exclude_patterns": ["*"],
"file_exclude_patterns": [ "*.jar" ]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
]
}

View file

@ -20,12 +20,5 @@
"name": "root",
"folder_exclude_patterns": ["*"]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true
}
]
}