// editor_config.ts // XXX: the order matters only for testing // because of Node.js (or V8) implementation details. const LF = "\x0A"; export const encoding = "utf-8"; export const endOfLine = LF; export const tabSize = 4; export const trimTrailingWhitespace = true;