aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pankoff <ccntrq@screenri.de>2021-12-03 12:18:10 +0100
committerAlexander Pankoff <ccntrq@screenri.de>2021-12-03 12:22:31 +0100
commitce5a36589d9b13ec810e5017699ddd0db0eef153 (patch)
tree3a8f8a0aa6d6ab39bdd4aaeeff1ec2c062baeb03
parent2379f0f5e6edef92837c02fa808216d9a46c3578 (diff)
downloadperlweeklychallenge-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.json8
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