mirror of
https://github.com/anthropics/claude-code.git
synced 2026-09-14 19:48:39 +08:00
6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
/**
|
|
* The spaces a tab in a diff line becomes before the line is measured and
|
|
* wrapped.
|
|
*/
|
|
export const TAB_WIDTH = 4
|