summaryrefslogtreecommitdiff
path: root/lua/formatting.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-18 11:39:25 +0200
committerHampusM <hampus@hampusmat.com>2022-09-18 11:39:25 +0200
commit3c238894c5b6f15c5f27cea8bd3785eb0f1ebf0f (patch)
tree68292df2b0cd698484d26057a4faf914e9ea6300 /lua/formatting.lua
parentd8fa264ac732286dcf9234bc40e60eeb7e230ca7 (diff)
add config
Diffstat (limited to 'lua/formatting.lua')
-rw-r--r--lua/formatting.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/formatting.lua b/lua/formatting.lua
new file mode 100644
index 0000000..22c3a32
--- /dev/null
+++ b/lua/formatting.lua
@@ -0,0 +1,4 @@
+-- Clang-format
+vim.g["clang_format#code_style"] = "llvm"
+vim.g["clang_format#detect_style_file"] = 1
+vim.g["clang_format#auto_format"] = 1