view .editorconfig @ 31061:20aa91d357be stable

NEWS.7.md: minor correction about hexadecimal constants NEWS.7.md: An 8-digit hexadecimal string yields a uint32 not a uint64. If the input is longer than 8 digits then it's uint64.
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 02 Jun 2022 14:30:06 -0400
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab