forked from LLNL/smoothG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsmoothg.astylerc
40 lines (39 loc) · 1.18 KB
/
smoothg.astylerc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# BHEADER ####################################################################
#
# Copyright (c) 2018, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
# LLNL-CODE-745247. All Rights reserved. See file COPYRIGHT for details.
#
# This file is part of smoothG.For more information and source code
# availability, see https://www.github.com/llnl/smoothG.
#
# smoothG is free software; you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License (as published by the Free
# Software Foundation) version 2.1 dated February 1999.
#
#################################################################### EHEADER #
# Modification of MFEM formatting options for Artistic Style
--style=allman
--indent=spaces=4
--keep-one-line-statements
--keep-one-line-blocks
--pad-header
--max-code-length=100
--max-instatement-indent=80
--min-conditional-indent=0
--indent-col1-comments
--indent-labels
#--break-after-logical
--indent-switches
--convert-tabs
--lineend=linux
--suffix=none
--preserve-date
--formatted
#--break-blocks
--pad-oper
--pad-comma
--align-pointer=type
--align-reference=type
#--indent-preproc-cond
#--indent-classes