mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
fixed syntax error in sublime-project
This commit is contained in:
parent
a3b1ae7793
commit
5b45e4a52d
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
||||||
// indentation
|
// indentation
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"translate_tabs_to_spaces": true,
|
"translate_tabs_to_spaces": true,
|
||||||
"trim_trailing_white_space_on_save": true,
|
"trim_trailing_white_space_on_save": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue