Compare commits
No commits in common. "d8dcd7ad733fd63350341fe967c199919f5d405a" and "e0c772507d120a1956186bfc2ccbb9b12e48dded" have entirely different histories.
d8dcd7ad73
...
e0c772507d
4 changed files with 1 additions and 2825 deletions
|
|
@ -1,46 +0,0 @@
|
|||
# Set the language to C++
|
||||
Language: Cpp
|
||||
|
||||
# Set the language standard to C++11
|
||||
Standard: Cpp11
|
||||
|
||||
# Never use tab for indentation
|
||||
UseTab: Never
|
||||
|
||||
# Set the indent width to be 4 columns
|
||||
IndentWidth: 4
|
||||
|
||||
# Set tab width to be 4 columns
|
||||
TabWidth: 4
|
||||
|
||||
# Set access modifier (public, private, protected) offset to indent left
|
||||
AccessModifierOffset: -4
|
||||
|
||||
# Stop indentation of access modifiers
|
||||
IndentAccessModifiers: false
|
||||
|
||||
# Don't allow a function to be defined on a single line
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
|
||||
# Set the column limit to 80 characters
|
||||
ColumnLimit: 80
|
||||
|
||||
# If an expression has to be split, then split before binary operators unless
|
||||
# it's an assignment operator.
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
|
||||
# Use a Linux style brace break.
|
||||
# Break before braces on function, namespace and class definitions.
|
||||
BreakBeforeBraces: Stroustrup
|
||||
|
||||
# If true, spaces will be inserted after ( and before ).
|
||||
SpacesInParentheses: false
|
||||
|
||||
# If true, spaces will be inserted after [ and before ].
|
||||
SpacesInSquareBrackets: false
|
||||
|
||||
# Separate definition blocks (classes, functions, structs, enums)
|
||||
SeparateDefinitionBlocks: Always
|
||||
|
||||
# Sort includes by type
|
||||
IncludeBlocks: Regroup
|
||||
2
.clangd
2
.clangd
|
|
@ -1,2 +0,0 @@
|
|||
CompileFlags:
|
||||
Add: [-I../include]
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
# Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2+1 dimensions
|
||||
# Simulating the Schrödinger wave equation using the Crank-Nicolson method in 2 dimensions
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue