Settings-> Editor-> Code style by default from 100 ...">

Android Studio 3.0 - settings are not saved

I increased the "Right margin (columns)" in "File-> Settings-> Editor-> Code style by default from 100 to 140. Unfortunately, the margin is reset after every restart of Android Studio. I also tried to export and import my settings, but this does not interfere with the correct reset border.

Hope someone tells me how to maintain margin.

+5
source share
1 answer

If you select the default option in code style, it will revert to reset to 100 again

Try to select the Project from the Scheme and apply the setting in which it works.

if you set it to default , then it reset corresponds to default value

File-> Settings-> Editor-> Code Style

+2
source

Source: https://habr.com/ru/post/1275903/


All Articles