diff options
| author | Alexander Pankoff <ccntrq@screenri.de> | 2021-12-03 12:18:10 +0100 |
|---|---|---|
| committer | Alexander Pankoff <ccntrq@screenri.de> | 2021-12-03 12:22:31 +0100 |
| commit | ce5a36589d9b13ec810e5017699ddd0db0eef153 (patch) | |
| tree | 3a8f8a0aa6d6ab39bdd4aaeeff1ec2c062baeb03 | |
| parent | 2379f0f5e6edef92837c02fa808216d9a46c3578 (diff) | |
| download | perlweeklychallenge-club-ce5a36589d9b13ec810e5017699ddd0db0eef153.tar.gz perlweeklychallenge-club-ce5a36589d9b13ec810e5017699ddd0db0eef153.tar.bz2 perlweeklychallenge-club-ce5a36589d9b13ec810e5017699ddd0db0eef153.zip | |
Remove vscode settings from repo
This folder is in our .gitignore and should not be checked into this
repository. Having this in the repo will affect everyone using vs code
which might be annoying for contributors who don't like the settings.
| -rw-r--r-- | .vscode/settings.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f3364b9ae0..0000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "editor.rulers": [ - 72,80,120,132 - ], - "files.associations": { - "valarray": "c" - } -}
\ No newline at end of file |
