Buyrun;
https://docs-old.ckeditor.com/ckedit....autoParagraph
$(function() {
    $('#ilgiliEditor').ckeditor({
        enterMode : CKEDITOR.ENTER_BR,
        shiftEnterMode: CKEDITOR.ENTER_P
    });
});