mediaplayer: add project vimrc 55/18055/2
authorMatt Ranostay <matt.ranostay@konsulko.com>
Fri, 16 Nov 2018 04:43:42 +0000 (20:43 -0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 22 Nov 2018 13:46:01 +0000 (13:46 +0000)
To keep QML syntax spacing consistent be sure expandtab is set

Change-Id: I36d591059ffb244abfcb4a2a32dcc922df6be696
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