build: add vscode settings

This commit is contained in:
Hugo Pointcheval 2023-02-22 17:24:46 +01:00
parent 39badb5613
commit 38cb0a5988
Signed by: hugo
GPG Key ID: 3AAC487E131E00BC
2 changed files with 27 additions and 0 deletions

19
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"bloc.newCubitTemplate.type": "equatable",
"psi-header.config": {
"blankLinesAfter": 0,
"forceToTop": true,
},
"psi-header.templates": [
{
"language": "*",
"template": [
"Copyright 2019-<<year>> <<author>>",
"",
"Use of this source code is governed by an MIT-style",
"license that can be found in the LICENSE file or at",
"https://opensource.org/licenses/MIT.",
]
}
],
}

View File

@ -0,0 +1,8 @@
//
// FileParameters.swift
// native_crypto_ios
//
// Created by Hugo Pointcheval on 07/01/2023.
//
import Foundation