Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NORMLIM_sigma0
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s1-tiling
NORMLIM_sigma0
Commits
468f1158
Commit
468f1158
authored
4 years ago
by
Luc Hermitte
Browse files
Options
Downloads
Patches
Plain Diff
ENH: Add Project configuration files
parent
be7d04d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.clang-format
+30
-0
30 additions, 0 deletions
.clang-format
.editorconfig
+30
-0
30 additions, 0 deletions
.editorconfig
.gitignore
+35
-0
35 additions, 0 deletions
.gitignore
with
95 additions
and
0 deletions
.clang-format
0 → 100644
+
30
−
0
View file @
468f1158
---
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlinesLeft: true
AlignOperands: true
AlignTrailingComments: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Allman
ColumnLimit: 160
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 2
Cpp11BracedListStyle: true
DerivePointerAlignment: false
IndentWidth: 2
Language: Cpp
MaxEmptyLinesToKeep: 2
NamespaceIndentation: None
PointerAlignment: Left
SortIncludes: false
Standard: Cpp11
TabWidth: 2
UseTab: Never
...
This diff is collapsed.
Click to expand it.
.editorconfig
0 → 100644
+
30
−
0
View file @
468f1158
# http://EditorConfig.org
# top-most EditorConfig file
root
=
true
# Apply to all code files
[*]
# A newline ending every file
insert_final_newline
=
true
# Set default charset
charset
=
utf-8
# 4 space indentation
indent_style
=
space
indent_size
=
2
# Various options
trim_trailing_whitespace
=
true
max_line_length
=
79
[*.py]
indent_size
=
4
max_line_length
=
150
[Makefile]
indent_style
=
tab
[*.vim]
max_line_length
=
150
This diff is collapsed.
Click to expand it.
.gitignore
0 → 100644
+
35
−
0
View file @
468f1158
# Do not add ExternalData module staging files
.ExternalData*
# back-up files
*~
*.bak
*.sw*
*#
# KWStyle hook output
*.kws
# compiled python files
*.pyc
# Binary directory
BUILD*
build*
#data
data/Output/*.tif
# *.tif
*.nc
*.gtx
# qtcreator
CMakeLists.txt.user*
# kdevelop
*.kdev*
.kdev*
# back-up files when conflicts occur
*.orig
*.save
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment