mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Enforce CRLF in TS/JS files (#55403)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"newLineKind": "auto",
|
||||
"useTabs": false,
|
||||
"typescript": {
|
||||
"newLineKind": "crlf",
|
||||
"semiColons": "always",
|
||||
"quoteStyle": "preferDouble",
|
||||
"quoteProps": "consistent",
|
||||
|
||||
Vendored
+3
-3
@@ -1,3 +1,3 @@
|
||||
interface WeakKeyTypes {
|
||||
symbol: symbol;
|
||||
}
|
||||
interface WeakKeyTypes {
|
||||
symbol: symbol;
|
||||
}
|
||||
|
||||
Vendored
+10
-10
@@ -1,10 +1,10 @@
|
||||
/// <reference lib="es2015.symbol" />
|
||||
/// <reference lib="decorators" />
|
||||
|
||||
interface SymbolConstructor {
|
||||
readonly metadata: unique symbol;
|
||||
}
|
||||
|
||||
interface Function {
|
||||
[Symbol.metadata]: DecoratorMetadata | null;
|
||||
}
|
||||
/// <reference lib="es2015.symbol" />
|
||||
/// <reference lib="decorators" />
|
||||
|
||||
interface SymbolConstructor {
|
||||
readonly metadata: unique symbol;
|
||||
}
|
||||
|
||||
interface Function {
|
||||
[Symbol.metadata]: DecoratorMetadata | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user