File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ also `dap--make-terminal-buffer'."
120120 :type 'list )
121121
122122(defcustom dap-label-output-buffer-category nil
123- " If non-nil, content that is printed to the output buffer will be labelled based on DAP protocol category."
123+ " If non-nil, content that is printed to the output buffer will be labelled
124+ based on DAP protocol category."
124125 :group 'dap-mode
125126 :type 'boolean )
126127
@@ -163,7 +164,8 @@ has been terminated."
163164 :group 'dap-mode )
164165
165166(defcustom dap-loaded-sources-changed-hook nil
166- " List of functions to be called after loaded sources have changed for the session."
167+ " List of functions to be called after loaded sources have changed for
168+ the session."
167169 :type 'hook
168170 :group 'dap-mode )
169171
@@ -188,7 +190,8 @@ g. after calling `dap-continue')"
188190
189191(defcustom dap-breakpoints-changed-hook nil
190192 " List of functions that will be called after breakpoints have changed.
191- The hook will be called with the session file and the new set of breakpoint locations."
193+ The hook will be called with the session file and the new set of breakpoint
194+ locations."
192195 :type 'hook
193196 :group 'dap-mode )
194197
Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ If the port is taken, DAP will try the next port."
4444
4545(defcustom dap-python-terminal nil
4646 " The terminal to use when running the debug process.
47- For example you may set it to `xterm -e' which will pop xterm console when you are debugging."
47+ For example you may set it to `xterm -e' which will pop xterm console when
48+ you are debugging."
4849 :group 'dap-python
4950 :risky t
5051 :type 'string )
Original file line number Diff line number Diff line change @@ -152,7 +152,8 @@ number - expand N levels."
152152 :group 'dap-ui )
153153
154154(defcustom dap-ui-default-fetch-count 30
155- " Default number of variables to load in inspect variables view for array variables."
155+ " Default number of variables to load in inspect variables view for
156+ array variables."
156157 :group 'dap-ui
157158 :type 'number )
158159
@@ -770,7 +771,8 @@ DEBUG-SESSION is the debug session triggering the event."
770771; ; locals
771772
772773(defcustom dap-ui-variable-length 30
773- " Default number of variables to load in inspect variables view for array variables."
774+ " Default number of variables to load in inspect variables view for
775+ array variables."
774776 :group 'dap-ui
775777 :type 'number )
776778
You can’t perform that action at this time.
0 commit comments