You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"editorconfig/charset": ["error",{fallback: "always"}],// Or `fallback: "never"` or `fallback: "ignore"` (default)"editorconfig/no-trailing-spaces": ["error",{fallback: "always"}],// Or `fallback: "never"` or `fallback: "ignore"` (default)"editorconfig/eol-last": ["error",{fallback: "always"}],// Or `fallback: "never"` or `fallback: "ignore"` (default)"editorconfig/indent": ["error",{fallback: "tab"}],// Or `fallback: 2` (any positive number allowed) or `fallback: "ignore"` (default)"editorconfig/linebreak-style": ["error",{fallback: "unix"}],// Or `fallback: "windows"` or `fallback: "ignore"` (default)}
The text was updated successfully, but these errors were encountered:
Something like following is expected.
The text was updated successfully, but these errors were encountered: