summaryrefslogtreecommitdiff
path: root/languages.toml
diff options
context:
space:
mode:
Diffstat (limited to 'languages.toml')
-rw-r--r--languages.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/languages.toml b/languages.toml
new file mode 100644
index 0000000..1a1e5c7
--- /dev/null
+++ b/languages.toml
@@ -0,0 +1,7 @@
+[[languages]]
+name = "c"
+indent = { tab-width = 4, unit = " " }
+
+[[languages]]
+name = "cpp"
+indent = { tab-width = 4, unit = " " }