You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(** white spaces : SP, LF, CR, HT, VT, FF; line breaks : LF, CR; NB that if [ignore_unknown] is set to true, then all white space characters are automatically ignored *)valignore_whitespace : [
| `newlines_only(** only ignore LF and/or CR and white spaces immediately following *)
| `all_white_spaces(** ignore all white spaces *)
] option;
The text was updated successfully, but these errors were encountered:
方針
Default config について
https://github.com/kxcteam/kxclib-ocaml/blob/ce6cf01df256cff329b28e52b8dc2a9eb8e72cb9/kxclib.ml#L2730
の代りに、
を用意して、代りにこちらを include Make(Config_rfc4648_relaxed) しましょう
newline/whitespace config について
現在の
ignore_newline
https://github.com/kxcteam/kxclib-ocaml/blob/ce6cf01df256cff329b28e52b8dc2a9eb8e72cb9/kxclib.ml#L2496-L2497 のかわりに、The text was updated successfully, but these errors were encountered: