mirror of
https://github.com/10h30/yeuchaybo-v6.git
synced 2026-07-11 10:46:19 +09:00
Initial commit
This commit is contained in:
Executable
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"indent_size": 4,
|
||||
"indent_char": " ",
|
||||
"indent_with_tabs": true,
|
||||
"eol": "\n",
|
||||
"end_with_newline": true,
|
||||
"indent_level": 0,
|
||||
"preserve_newlines": true,
|
||||
"max_preserve_newlines": 10,
|
||||
"space_in_paren": true,
|
||||
"space_in_empty_paren": false,
|
||||
"jslint_happy": true,
|
||||
"space_after_anon_function": true,
|
||||
"brace_style": "collapse",
|
||||
"unindent_chained_methods": true,
|
||||
"break_chained_methods": false,
|
||||
"keep_array_indentation": true,
|
||||
"unescape_strings": false,
|
||||
"wrap_line_length": 0,
|
||||
"e4x": false,
|
||||
"comma_first": false,
|
||||
"operator_position": "before-newline"
|
||||
}
|
||||
Reference in New Issue
Block a user