This repository has no description
0

Configure Feed

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

Editor configuration file.

+21
+21
.editorconfig
··· 1 + # EditorConfig: http://EditorConfig.org 2 + 3 + root = true 4 + 5 + [*] 6 + end_of_line = lf 7 + insert_final_newline = true 8 + 9 + [*.{js,py}] 10 + charset = utf-8 11 + 12 + [*.{js,json,yml}] 13 + indent_style = space 14 + indent_size = 2 15 + 16 + [*.py] 17 + indent_style = space 18 + indent_size = 4 19 + 20 + [Makefile] 21 + indent_style = tab