Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 8fbdc0f

Browse files
committed
Use 2-space-indent everywhere
1 parent b583df6 commit 8fbdc0f

13 files changed

+1464
-1458
lines changed

.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 2
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = false
12+
insert_final_newline = true

corpus/annotations.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Empty
88
---
99

1010
(source_file
11-
(class_declaration
11+
(class_declaration
1212
(modifiers (annotation (user_type (type_identifier))))
1313
(type_identifier)))
1414

@@ -21,7 +21,7 @@ class Empty(@field:Test val x: Boolean)
2121
---
2222

2323
(source_file
24-
(class_declaration
24+
(class_declaration
2525
(type_identifier)
2626
(primary_constructor (class_parameter
2727
(modifiers (annotation (use_site_target) (user_type (type_identifier))))

0 commit comments

Comments
 (0)