A charming Jekyll theme. linus.arthr.dev/
jekyll-theme
0
fork

Configure Feed

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

chore: sets up project config

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