rocm_jax/.editorconfig
Jake VanderPlas 025e348323 Add empty .editorconfig
This will allow us to merge https://github.com/google/jax/pull/16246

PiperOrigin-RevId: 537848620
2023-06-05 05:51:11 -07:00

23 lines
292 B
INI

root = true
[*.{py,rst,md,yml}]
indent_style = space
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 79
indent_size = 2
[*.rst]
max_line_length = 79
indent_size = 2
[*.md]
max_line_length = 79
indent_size = 2
[*.yml]
indent_size = 2