[READ-ONLY] Mirror of https://github.com/danielroe/zero-vue. Vue bindings for Zero
sync vue zero
0

Configure Feed

Select the types of activity you want to include in your feed.

zero-vue / .editorconfig
224 B 15 lines
1root = true 2 3[*] 4end_of_line = lf 5insert_final_newline = true 6trim_trailing_whitespace = true 7charset = utf-8 8 9[*.js] 10indent_style = space 11indent_size = 2 12 13[{package.json,*.yml,*.cjson}] 14indent_style = space 15indent_size = 2