this repo has no description
4
fork

Configure Feed

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

remove .vscode and .editorconfig

-36
-32
.editorconfig
··· 1 - # Editor configuration, see http://editorconfig.org 2 - root = true 3 - 4 - [*] 5 - end_of_line = lf 6 - insert_final_newline = true 7 - trim_trailing_whitespace = true 8 - charset = utf-8 9 - indent_style = space 10 - indent_size = 2 11 - 12 - # Ignore diffs/patches 13 - [*.{diff,patch}] 14 - end_of_line = unset 15 - insert_final_newline = unset 16 - trim_trailing_whitespace = unset 17 - indent_size = unset 18 - 19 - [{.*,secrets}/**] 20 - end_of_line = unset 21 - insert_final_newline = unset 22 - trim_trailing_whitespace = unset 23 - charset = unset 24 - indent_style = unset 25 - indent_size = unset 26 - 27 - [*.py] 28 - indent_size = 4 29 - 30 - [*.md] 31 - max_line_length = off 32 - trim_trailing_whitespace = false
-4
.vscode/settings.json
··· 1 - { 2 - "nixEnvSelector.nixShellConfig": "${workspaceRoot}/shell.nix", 3 - "discord.enabled": false 4 - }