Revision f309b82a20358a6a6560b87f8325f73ab06c3123 authored by Jevin Jiang on 05 August 2024, 18:06:42 UTC, committed by jax authors on 06 August 2024, 06:17:11 UTC
we also emulate shuffled store using (store + shuffled load + store) for previous generations.

PiperOrigin-RevId: 659612665
1 parent f255fb7
Raw File
.editorconfig
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
back to top