fix: diag manager support for multiple z subaxes and for static variables and files...
[FMS.git] / .editorconfig
blob13e331f507ddef6716ead3988c55a987209dc86e
1 #***********************************************************************
2 #                   GNU Lesser General Public License
4 # This file is part of the GFDL FRE NetCDF tools package (FRE NCtools).
6 # FRE NCtools is free software: you can redistribute it and/or modify it under
7 # the terms of the GNU Lesser General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or (at
9 # your option) any later version.
11 # FRE NCtools is distributed in the hope that it will be useful, but WITHOUT
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 # for more details.
16 # You should have received a copy of the GNU Lesser General Public
17 # License along with FMS.  If not, see <http://www.gnu.org/licenses/>.
18 #**********************************************************************/
20 # This is the preferred settings for files in the FRE NetCDF package
21 # Please visit https://editorconfig.org for information on how to
22 # configure your editor to use these settings.
24 # This is the top-most EditorConfig file
25 root = true
27 # Settings for _all_ files
28 [*]
29 end_of_line = lf
30 insert_final_newline = true
31 charset = utf-8
32 indent_style = space
33 indent_size = 2
34 trim_trailing_whitespace = true
36 # Settings for specific files, or file patterns.
37 [{Makefile,*.am}]
38 indent_style = tab
39 indent_size = 1