Adding upstream version 2.6.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4d8cd0ce4c
commit
2b08a89310
39 changed files with 2140 additions and 0 deletions
5
testdata/root/.editorconfig
vendored
Normal file
5
testdata/root/.editorconfig
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
root = true
|
||||
|
||||
[*.go]
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
3
testdata/root/src/.editorconfig
vendored
Normal file
3
testdata/root/src/.editorconfig
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[*.go]
|
||||
indent_size = 4
|
||||
indent_style = tab
|
3
testdata/root/src/a.ini
vendored
Normal file
3
testdata/root/src/a.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[*.go]
|
||||
indent_size = 5
|
||||
indent_style = space
|
7
testdata/root/src/dummy.go
vendored
Normal file
7
testdata/root/src/dummy.go
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Dummy file")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue