Merge pull request #301 from budnik/master
fixed syntax error in sublime-project
This commit is contained in:
commit
b3e3478a5c
|
@ -21,6 +21,6 @@
|
|||
// indentation
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
"trim_trailing_white_space_on_save": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue