This website works better with JavaScript
Home
Explore
Help
Sign In
computer_glamour
/
privatebin-mirror
mirror of
https://github.com/PrivateBin/PrivateBin
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add workspace settings with config files treated as INI
Joe Skeen
2 years ago
parent
f8c2f58604
commit
49a87c6038
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
View File
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}