From d61cb52afe3c7d83fe0283780d97e4c4fdd11aee Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 13 Jun 2022 11:43:19 +0300 Subject: [PATCH] ide template --- .idea/codeStyles/codeStyleConfig.xml | 2 +- .../includes/PHP File Header.php | 27 +++++++++++++++++++ .../fileTemplates/internal/JavaScript File.js | 1 + 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 .idea/fileTemplates/includes/PHP File Header.php create mode 100644 .idea/fileTemplates/internal/JavaScript File.js diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index a55e7a179b..79ee123c2b 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -1,5 +1,5 @@ - \ No newline at end of file diff --git a/.idea/fileTemplates/includes/PHP File Header.php b/.idea/fileTemplates/includes/PHP File Header.php new file mode 100644 index 0000000000..6b99afca14 --- /dev/null +++ b/.idea/fileTemplates/includes/PHP File Header.php @@ -0,0 +1,27 @@ +/************************************************************************ + * This file is part of EspoCRM. + * + * EspoCRM - Open Source CRM application. + * Copyright (C) 2014-${YEAR} Yurii Kuznietsov, Taras Machyshyn, Oleksii Avramenko + * Website: https://www.espocrm.com + * + * EspoCRM is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * EspoCRM is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with EspoCRM. If not, see http://www.gnu.org/licenses/. + * + * The interactive user interfaces in modified source and object code versions + * of this program must display Appropriate Legal Notices, as required under + * Section 5 of the GNU General Public License version 3. + * + * In accordance with Section 7(b) of the GNU General Public License version 3, + * these Appropriate Legal Notices must retain the display of the "EspoCRM" word. + ************************************************************************/ diff --git a/.idea/fileTemplates/internal/JavaScript File.js b/.idea/fileTemplates/internal/JavaScript File.js new file mode 100644 index 0000000000..66e9534da5 --- /dev/null +++ b/.idea/fileTemplates/internal/JavaScript File.js @@ -0,0 +1 @@ +#parse("PHP File Header.php")