mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-15 13:49:42 +02:00

8338973: Document need to have UTF-8 locale available to build the JDK Reviewed-by: erikj, naoto, mbaesken
14 lines
237 B
INI
14 lines
237 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
|
|
[*.{cpp,hpp,c,h,java,cc,hh,m,mm,S,md,properties,gmk,m4,ac}]
|
|
trim_trailing_whitespace = true
|
|
|
|
[Makefile]
|
|
trim_trailing_whitespace = true
|
|
|
|
[src/hotspot/**.{cpp,hpp,h}]
|
|
indent_style = space
|
|
indent_size = 2
|