...
General Source Control Settings
| Property | Description |
|---|---|
scontrol.timeout= | This setting specifies the timeout value (in seconds) for operations with your source control system. The default value is 60. |
File Encoding Settings
| Setting | Purpose |
|---|---|
fileencoding.mode=default|user|auto | Defines how file encoding is calculated.
Default: default |
fileencoding.user-encoding=<name_of_encoding> | If Valid names are ASCII-US, UTF-8, UTF-16, UTF-16LE, UTF-16BE or java.nio canonical name. It should be specified in form |
fileencoding.auto-language=<language’s numeric_code> | If
|
...