mirror of
https://github.com/discourse/discourse.git
synced 2025-02-17 21:52:45 +08:00
Merge pull request #312 from ZogStriP/patch-2
updated sublime-project settings
This commit is contained in:
commit
5599638e60
|
@ -21,6 +21,8 @@
|
|||
// indentation
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true,
|
||||
"trim_trailing_white_space_on_save": true
|
||||
"trim_trailing_white_space_on_save": true,
|
||||
// ensure line endings is linux style (even when on Windows)
|
||||
"default_line_ending": "LF"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user