mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
8311227: Add .editorconfig
Co-authored-by: David Briemann <david@briemann.com> Reviewed-by: erikj
This commit is contained in:
parent
3757f660f2
commit
cebda921dd
7
.editorconfig
Normal file
7
.editorconfig
Normal file
@ -0,0 +1,7 @@
|
||||
root = true
|
||||
|
||||
[*.{cpp,hpp,c,h,java,cc,hh,m,mm,S,md,properties,gmk,m4,ac}]
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[Makefile]
|
||||
trim_trailing_whitespace = true
|
||||
3
src/hotspot/.editorconfig
Normal file
3
src/hotspot/.editorconfig
Normal file
@ -0,0 +1,3 @@
|
||||
[*.{cpp,hpp,c,h}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
x
Reference in New Issue
Block a user