From 5aa0091fd66ef0054895125698ccef615b9f799d Mon Sep 17 00:00:00 2001 From: C-3PO Date: Fri, 14 Sep 2018 02:08:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20vscode=20project=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2e280e6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "files.associations": { - "filereader.h": "c", - "decrypt.h": "c", - "stdint.h": "c", - "decryptutilities.h": "c", - "fileutilities.h": "c", - "stdio.h": "c", - "stdlib.h": "c", - "stdbool.h": "c", - "errorandexit.h": "c" - }, - "cSpell.words": [ - "init", - "miniz", - "tinfl" - ] -}