mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-28 17:02:24 -05:00
Remove editor settings from project files since that's now handled by .editorconfig files.
This commit is contained in:
parent
4ee3a76a74
commit
16d6edb724
2 changed files with 2 additions and 16 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue