Home
last modified time | relevance | path

Searched refs:endings (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/vulkan-loader/
D.gitattributes2 # See https://help.github.com/articles/dealing-with-line-endings/
7 # Files to be converted to native line endings on checkout.
12 # Text files to always have CRLF (dos) line endings on checkout.
15 # Text files to always have LF (unix) line endings on checkout.
18 # Generated source files will always have LF (unix) line endings on checkout.
/third_party/vulkan-headers/
D.gitattributes2 # See https://help.github.com/articles/dealing-with-line-endings/
7 # Files to be converted to native line endings on checkout.
11 # Text files to always have CRLF (dos) line endings on checkout.
14 # Text files to always have LF (unix) line endings on checkout.
/third_party/cef/tools/yapf/yapf/yapflib/
Dfile_resources.py104 endings = {CRLF: 0, CR: 0, LF: 0}
107 endings[CRLF] += 1
109 endings[CR] += 1
111 endings[LF] += 1
112 return (sorted(endings, key=endings.get, reverse=True) or [LF])[0]
/third_party/flatbuffers/
D.editorconfig2 # Don't set line endings to avoid conflict with core.autocrlf flag.
3 # Line endings on checkout/checkin are controlled by .gitattributes file.
/third_party/libsnd/
D.gitattributes4 # Declare files that will always have CRLF line endings on checkout.
13 # to native line endings on checkout.
/third_party/flutter/skia/third_party/externals/libpng/
DANNOUNCE18 Source files with LF line endings (for Unix/Linux):
23 Source files with CRLF line endings (for Windows):
DREADME8 libpng-*.tar.xz or if you want UNIX-style line endings in the text
9 files, or lpng*.7z or lpng*.zip if you want DOS-style line endings.
DINSTALL150 If the line endings in the files look funny, you may wish to get the other
152 endings) and zip (DOS style line endings) formats.
/third_party/skia/third_party/externals/libpng/
DANNOUNCE18 Source files with LF line endings (for Unix/Linux):
23 Source files with CRLF line endings (for Windows):
DREADME8 libpng-*.tar.xz or if you want UNIX-style line endings in the text
9 files, or lpng*.7z or lpng*.zip if you want DOS-style line endings.
DINSTALL150 If the line endings in the files look funny, you may wish to get the other
152 endings) and zip (DOS style line endings) formats.
/third_party/rust/crates/strsim-rs/
D.gitattributes1 # Override core.autocrlf settings to keep line endings consistent (LF)
/third_party/vk-gl-cts/
D.gitattributes5 # and converted to native line endings on checkout.
/third_party/openh264/
DCODING_STYLE5 Please do not add tabs, trailing whitespace, or Windows-style line endings (CRLF).
/third_party/curl/
D.gitattributes10 # Batch files (bat,btm,cmd) must be run with CRLF line endings.
/third_party/flutter/flutter/
D.gitattributes17 # Make sure that these Windows files always have CRLF line endings in checkout
/third_party/node/test/fixtures/wpt/FileAPI/blob/
DBlob-constructor.any.js374 get endings() { accessed.push('endings'); } getter
378 endings: { toString: () => { stringified.push('endings'); return 'transparent'; } } property
/third_party/node/deps/npm/node_modules/byline/
DREADME.md9 - supports both UNIX and Windows line endings
62 `byline` supports `pipe` (though it strips the line endings, of course).
/third_party/python/Tools/scripts/
DREADME13 crlf.py Change CRLF line endings to LF (Windows to Unix)
36 lfcr.py Change LF line endings to CRLF (Unix to Windows)
/third_party/node/deps/npm/node_modules/bin-links/
DCHANGELOG.md81 * **dos2unix:** Log the fact line endings are being changed upon install. ([e9f8a6f](https://github…
/third_party/python/Doc/library/
Dtextwrap.rst112 solely of whitespace (including any line endings).
235 sentence endings and ensure that sentences are always separated by exactly
/third_party/protobuf/csharp/
DCHANGES.txt103 - Reformatted all code and line-endings to C# defaults
/third_party/libuv/
DCONTRIBUTING.md69 endings.
/third_party/pcre2/pcre2/
DPrepareRelease167 # line endings and the detrail script removes all trailing white space. The
/third_party/python/Misc/NEWS.d/
D3.7.0b4.rst145 Ensure line-endings are respected when using lib2to3.

1234