swh:1:snp:d5382cfa7062b005c370117c0ba712e265c7b190
Raw File
Tip revision: f11d0d8be8af28e1368c3c7c116218cf65ddf93e authored by Erik Soma on 23 March 2024, 15:39:35 UTC
gh-91227: Ignore ERROR_PORT_UNREACHABLE in proactor recvfrom() (#32011)
Tip revision: f11d0d8
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top