move fnv1a_hash to the personal header

This commit is contained in:
BlackMATov
2023-02-02 02:28:38 +07:00
parent 2d90247546
commit 0fd9509556
12 changed files with 350 additions and 166 deletions

View File

@@ -17,6 +17,12 @@
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
},
"[yaml]": {
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
},
"clangd.arguments": [
"--header-insertion=never"
],