Project configuration improvements.
This commit is contained in:
parent
7324243b4e
commit
07701eaa9f
@ -1,2 +1,13 @@
|
|||||||
|
[.*]
|
||||||
|
charset: utf-8
|
||||||
|
end_of_line: lf
|
||||||
|
|
||||||
[*.go]
|
[*.go]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
[*.js]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,6 @@
|
|||||||
build
|
build
|
||||||
devel.env
|
devel.env
|
||||||
|
|
||||||
|
# Ignoring for IDE-specific files
|
||||||
|
.idea/*
|
||||||
|
.dir-locals.el
|
||||||
|
Loading…
Reference in New Issue
Block a user