build: add vscode settings
This commit is contained in:
parent
39badb5613
commit
38cb0a5988
19
.vscode/settings.json
vendored
Normal file
19
.vscode/settings.json
vendored
Normal 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.",
|
||||
]
|
||||
}
|
||||
],
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
//
|
||||
// FileParameters.swift
|
||||
// native_crypto_ios
|
||||
//
|
||||
// Created by Hugo Pointcheval on 07/01/2023.
|
||||
//
|
||||
|
||||
import Foundation
|
Loading…
x
Reference in New Issue
Block a user