summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-10-31 21:24:32 -0700
committerMatt Ranostay <matt.ranostay@konsulko.com>2018-10-31 21:26:46 -0700
commitbfa5c495e6065c595775875281d6f59c6f3bb1e5 (patch)
treee81637d830903471a6eb95beda04e1adb75fb2d4
parent087d29529292db2e6b6e654254b6600d95a3a43a (diff)
settings: add .vimrc project file
To avoid further tab + space issues in the Settings application QML files then noexpandtab should be set. Change-Id: Icf1eff5d1f4f0a15326ce931991ae8b5ddff6b91 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
new file mode 100644
index 0000000..9368de1
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1 @@
+autocmd BufEnter,BufNew *.qml set expandtab