Connect applications to schemes, filetypes, and more on macOS (more to come)
2
fork

Configure Feed

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

narrowed the editor config

+2 -8
+2 -8
.config/project.ncl
··· 27 27 }, 28 28 29 29 editorconfig.sections = { 30 - "*".indent_style = 'space, 31 - "*".indent_size = 2, 32 - "*".insert_final_newline = true, 33 - "Makefile".indent_style = 'tab, 34 - "*.py" = { 35 - indent_style = 'space, 36 - indent_size = 4, 37 - }, 30 + "*".indent_style = 'tab, 31 + "*".insert_final_newline = false, 38 32 }, 39 33 }, 40 34 }