settings: add .vimrc project file 23/17623/1
authorMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 1 Nov 2018 04:24:32 +0000 (21:24 -0700)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Thu, 1 Nov 2018 04:26:46 +0000 (21:26 -0700)
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>
.vimrc [new file with mode: 0644]

diff --git a/.vimrc b/.vimrc
new file mode 100644 (file)
index 0000000..9368de1
--- /dev/null
+++ b/.vimrc
@@ -0,0 +1 @@
+autocmd BufEnter,BufNew *.qml set expandtab