mirror of
https://github.com/XRPLF/rippled.git
synced 2026-01-20 06:35:22 +00:00
This change fixes the last of the spelling issues, and enables the pre-commit (and CI) check for spelling. There are no functionality changes, but it does rename some enum values.
11 lines
247 B
Plaintext
11 lines
247 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
#* text=auto
|
|
# cspell: disable
|
|
|
|
# Visual Studio
|
|
*.sln text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.props text eol=crlf
|
|
*.filters text eol=crlf
|