this repo has no description
0
fork

Configure Feed

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

:technologist: added editorconfig

+12
+12
.editorconfig
··· 1 + # EditorConfig is awesome: https://editorconfig.org 2 + 3 + # top-most EditorConfig file 4 + root = true 5 + 6 + # Unix-style newlines with a newline ending every file 7 + [*] 8 + end_of_line = lf 9 + insert_final_newline = true 10 + indent_style = space 11 + indent_size = 2 12 + charset = utf-8