'editor.contents.fixedWidth' 옵션을 이용하여 에디터 컨텐츠 영역 너비 고정 여부를 설정할 수 있습니다. (기본값: false)
너비에 px단위의 유효한 값이 설정되었을 경우에만 해당 옵션이 적용됩니다.
설정방법
synapeditor.config.js
'editor.contents.fixedWidth': false // (default: false)
| editor.contents.fixedWidth: true | editor.contents.fixedWidth: false |
|---|---|



