Project configuration improvements.

This commit is contained in:
Anton Linevych 2018-06-24 13:28:37 +00:00 committed by Adhityaa
parent 7324243b4e
commit 07701eaa9f
2 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,13 @@
[.*]
charset: utf-8
end_of_line: lf
[*.go]
indent_style = tab
[*.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
build
devel.env
# Ignoring for IDE-specific files
.idea/*
.dir-locals.el