mirror of
https://github.com/discourse/discourse.git
synced 2025-04-26 01:24:29 +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
|
// 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,
|
||||||
|
// ensure line endings is linux style (even when on Windows)
|
||||||
|
"default_line_ending": "LF"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user