Skip to content
Snippets Groups Projects
Commit 013a464f89e6 authored by jfp's avatar jfp
Browse files

Add clang-format

parent d979f4e608be
No related branches found
No related tags found
1 merge request!32Reformat code. Add parameter search to rms.parse routine, if True (default...
---
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
{
"configurations": [
{
"name": "OpenVMS",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../decc_rtldef/RTLDEF/**",
"${workspaceFolder}/../decc_rtldef/STARLET_C/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE",
"__DECC",
"__vms",
"__VMS",
"__INITIAL_POINTER_SIZE",
"PY_MAJOR_VERSION=3"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"cStandard": "c99",
"cppStandard": "c++17",
"intelliSenseMode": "${default}"
}
],
"version": 4
}
\ No newline at end of file
......@@ -4,5 +4,6 @@
"reportPrivateImportUsage":"information"
},
"files.associations": {
"sstream": "c"
},
"clang-format.executable": "c:\\Program Files\\LLVM\\bin\\clang-format.exe"
}
......@@ -8,2 +9,1 @@
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment