Skip to content

Commit cebda92

Browse files
magicusdbriemann
andcommitted
8311227: Add .editorconfig
Co-authored-by: David Briemann <[email protected]> Reviewed-by: erikj
1 parent 3757f66 commit cebda92

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.editorconfig

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*.{cpp,hpp,c,h,java,cc,hh,m,mm,S,md,properties,gmk,m4,ac}]
4+
trim_trailing_whitespace = true
5+
6+
[Makefile]
7+
trim_trailing_whitespace = true

src/hotspot/.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.{cpp,hpp,c,h}]
2+
indent_style = space
3+
indent_size = 2

0 commit comments

Comments
 (0)