mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-04-01 21:06:12 +03:00
Added trim_trailing_white_space_on_save to Sublime project
This commit is contained in:
parent
b7eec5d60a
commit
91c733551f
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
"settings":
|
||||
{
|
||||
"tab_size": 4,
|
||||
"translate_tabs_to_spaces": true
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue