1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 14:35:28 +02:00

activity tab completed

This commit is contained in:
Harvey Kandola 2016-11-08 19:33:15 -08:00
parent c09e23a0da
commit 26bca3bc40
13 changed files with 189 additions and 171 deletions

View file

@ -38,8 +38,10 @@
"brace_style": "collapse-preserve-inline",
"keep_function_indentation": false,
"space_after_anon_function": false,
"space_before_anon_function": false,
"space_before_conditional": true,
"space_in_empty_paren": false,
"space_before_func_paren": false,
"space_in_paren": false
},
"sql": {
@ -47,4 +49,4 @@
"indent_level": 0,
"indent_with_tabs": true
}
}
}